home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / XPK / Developer / Include / ReadMe
Encoding:
Text File  |  1997-05-22  |  2.3 KB  |  53 lines

  1. E language
  2. ----------
  3. I do not use E language, so I cannot update the files myself. I got someone
  4. converting the files of version 4.10 includes, but I cannot guarantee
  5. further updates of these files!
  6.  
  7. Oberon and Modula 2 languages
  8. -----------------------------
  9. These files are made for release 2.5 and no longer updated. When somebody
  10. is interested in updating these includes, please contact me.
  11.  
  12. C and Assembler languages
  13. -------------------------
  14. Include files moved from libraries to xpk directory.
  15.  
  16. C language
  17. ----------
  18. The includes will work on SAS, Storm, Maxon, Aztec, DICE and GCC compiler.
  19. You only need to copy the include files. GCC needs needs inline directory,
  20. the others use pragma (not pragmas!). For GCC the files in proto directory
  21. must be changed.
  22.  
  23. In Old-C are files redirecting libraries/xpk.h and libraries/xpksub.h to
  24. xpk/ and redirecting files for SAS pragmas directory.
  25.  
  26. Older and obsolete stuff moved into file xpk/xpkobsolete.h. Do not use this
  27. in newer code. When needed for older code, include it as really FIRST
  28. include file! The changes which are managed by that include: remove of
  29. structure redefines and new names for structure names.
  30.  
  31. GENERALLY
  32. ---------
  33. If you need additionally files use FD2Pragma utility. It can be found in
  34. Aminet under name dev/misc/FD2Pragma.lha.
  35.  
  36. It is able to produce stub libraries, lvo, proto and pragma files and a lot
  37. of other stuff.
  38.  
  39. For C/C++ compilers use following call to get a stub library for tagcalls:
  40.   FD2Pragma xpkmaster_lib.fd SPECIAL 11 CLIB xpkmaster_protos.h
  41. The result ist the file xpkmaster.lib which can be used like amiga.lib.
  42.  
  43. ****************************************************************************
  44. * snail-mail:                  * e-mail:                                   *
  45. *   Dirk Stoecker              *   stoecker@rcs.urz.tu-dresden.de          *
  46. *   Geschwister-Scholl-Str. 10 *   stoecker@amigaworld.com                 *
  47. *   01877 Bischofswerda        * world wide web:                           *
  48. *   GERMANY                    *   http://rcs.urz.tu-dresden.de/~stoecker/ *
  49. * phone:                       * pgp key:                                  *
  50. *   GERMANY +49 (0)3594/706666 *   get with finger or from WWW pages       *
  51. ****************************************************************************
  52.  
  53.